In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetTableCellText Method

GetTableCellText Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(124)>

Function GetTableCellText( _

   ByVal OCRResultID As String, _

   ByVal TableIdx As Integer, _

   ByVal ColummIdx As Integer, _

   ByVal RowIdx As Integer _

) As String
[DispId(124)]

string GetTableCellText( 

   string OCRResultID,

   int TableIdx,

   int ColummIdx,

   int RowIdx

)
function GetTableCellText( 

    OCRResultID: String;

    TableIdx: Integer;

    ColummIdx: Integer;

    RowIdx: Integer

): String; 
DispIdAttribute(124)

function GetTableCellText( 

   OCRResultID : String,

   TableIdx : int,

   ColummIdx : int,

   RowIdx : int

) : String;
[DispId(124)]

string* GetTableCellText( 

   string* OCRResultID,

   int TableIdx,

   int ColummIdx,

   int RowIdx

) 
[DispId(124)]

String^ GetTableCellText( 

   String^ OCRResultID,

   int TableIdx,

   int ColummIdx,

   int RowIdx

) 

Parameters

OCRResultID
TableIdx
ColummIdx
RowIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members